Configurates
C1.Web.Mvc.DropDown<T>.ShowDropDownButton. Sets a value indicating whether the control should display a drop-down button.
Syntax
'Declaration
Public Overridable Function ShowDropDownButton( _
ByVal As Boolean _
) As TBuilder
public virtual TBuilder ShowDropDownButton(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also